projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
332dddc
)
ti_omap5_common: Add right dtb file for AM572x-IDK
author
Lokesh Vutla
<
[email protected]
>
Fri, 10 Jun 2016 04:05:46 +0000
(09:35 +0530)
committer
Tom Rini
<
[email protected]
>
Mon, 13 Jun 2016 12:56:38 +0000
(08:56 -0400)
Add proper dtb file name for AM572x-IDK in env.
Reviewed-by: Tom Rini <
[email protected]
>
Signed-off-by: Lokesh Vutla <
[email protected]
>
include/configs/ti_omap5_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_omap5_common.h
b/include/configs/ti_omap5_common.h
index 5c5a12d493c3597590b84eef2e44fef4dc28effa..2e4c8e9646787eff88539a8f4873b524b6568caa 100644
(file)
--- a/
include/configs/ti_omap5_common.h
+++ b/
include/configs/ti_omap5_common.h
@@
-104,6
+104,8
@@
"setenv fdtfile dra72-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
+ "if test $board_name = am572x_idk; then " \
+ "setenv fdtfile am572x-idk.dtb; fi;" \
"if test $board_name = am57xx_evm; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $fdtfile = undefined; then " \